home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
print
/
prnt2v31.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-01
|
2KB
|
53 lines
ECHO OFF
CLS
ECHO ╓───────────────────────────────────────────╖
ECHO ║ This Batch program installs the PRINT2 ║
ECHO ║ Files onto your Hard Disk. All of the ║
ECHO ║ PRINT2 files will be installed in the ║
ECHO ║ root directory of your C Drive (C:\). ║
ECHO ║ NOTE! See Documentation for installation ║
ECHO ║ of PRINT2 on another Directory or Drive. ║
ECHO ║ This will allow you to run the PRINT2 ║
ECHO ║ program from any drive, and any directory ║
ECHO ║ providing that your C:\ is in your Path ║
ECHO ║ statement of the Autoexec.bat file. You ║
ECHO ║ may have to check it. ║
ECHO ╙───────────────────────────────────────────╜
PAUSE
COPY PRINT2.* C:\
COPY MADDOG.EXE C:\
CLS
C:
CD \
ECHO **** Copy Complete ****
ECHO Next, You have to EDIT the PRINT2.CFG file with your Text editor.
ECHO In this file you enter your NAME, Type of Printer you are using,
ECHO and if a registered user, the KeyCode that is on the Letter that
ECHO came with your DISK. (Name is CASE SeNSiTiVE).
ECHO You will modifying the First 3 lines of the PRINT2.CFG file.
ECHO Just follow the instructions given in the documentation, or in the
ECHO comment fields of the PRINT2.CFG file.
ECHO Attempting to Start your editor by this command: EDIT PRINT2.CFG
PAUSE
EDIT PRINT2.CFG
CLS
ECHO *** EDIT COMPLETE ? ***
ECHO You should be all set to go! Just make sure that C:\ is in your
ECHO Path statement so that you can use PRINT2 at any drive, any
ECHO directory.
ECHO You PATH statement in your AUTOEXEC.BAT is:
PATH
PAUSE
ECHO SUPPORT? CALL MADDOG PRODUCTIONS BY MODEM!
MADDOG.EXE
DEL MADDOG.EXE
CLS
ECHO **** INSTALLATION COMPLETE ****
ECHO Why not Print the PRINT2.DOC with PRINT2 to test it all out?
ECHO ■ ■ ■
ECHO If you plan to MOVE the PRINT2 Files to a different directory,
ECHO You need to EDIT The AUTOEXEC.BAT file and add the SET PRINT2=
ECHO dr:\Path where the Program will be located. (See the Documentation)
ECHO This Version no longer requires the Program to be located in your
ECHO Root Directory as long as you use a SET PRINT2 statement.